home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 17 / Computer Interactive cdrom 17 - gen 99.iso / ZDNETIT / CONTENT / SMTPCEMS.ZIP / GETDOC32._M_ < prev    next >
Encoding:
Text File  |  1998-10-29  |  400 b   |  18 lines

  1. #
  2. # Microsoft makefile for GETDOC [Win32]
  3. # Requires SEE32.DLL & SEE32.LIB
  4. #
  5. # To use: "nmake getdoc32._m_"
  6. #
  7.  
  8. !include <win32.mak>
  9.  
  10. CCFLAGS = -c -DWIN32 -DSTRICT -G3 -Ow -W3 -Zp -Tp
  11.  
  12. getdoc.exe: getdoc.obj see32.lib
  13.   link $(conlflags) getdoc.obj -out:getdoc.exe $(conlibs) see32.lib user32.lib kernel32.lib user32.lib
  14.  
  15. getdoc.obj: getdoc.c see.h
  16.    cl $(cflags) $(cvars) getdoc.c
  17.  
  18.